projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e30e6
)
cmd: qfw: do not depend on x86
author
Miao Yan
<
[email protected]
>
Mon, 23 May 2016 02:37:19 +0000
(19:37 -0700)
committer
Bin Meng
<
[email protected]
>
Mon, 23 May 2016 07:18:00 +0000
(15:18 +0800)
The qfw command interface used to depend on X86, this patch removes
this restriction so it can be built for sandbox for testing. For normal
usage, it can only be used with CONFIG_QEMU.
Signed-off-by: Miao Yan <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index c5a7a590644df472f6bcb385df539858ab978107..d51645c634e0f8601f92a9c26994ec6af736d5ff 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-595,7
+595,6
@@
config CMD_SOUND
config CMD_QFW
bool "qfw"
- depends on X86
select QFW
help
This provides access to the QEMU firmware interface. The main